MetaCubeX is an open-source collective whose single public offering, Mihomo, operates at the intersection of gaming utilities and developer tooling by delivering a lightweight Python Pydantic model that turns raw Honkai: Star Rail player data from the official Mihomo API into strongly-typed, auto-completing Python objects. Designed for data miners, community site builders, Discord bot authors, and analytics hobbyists, the library removes the burden of hand-writing JSON parsers or maintaining brittle dataclass definitions whenever HoYoverse updates the game’s schema; instead, users import the package, call a one-line fetch routine, and instantly receive fully validated character builds, light-cone stats, relic scores, and roster summaries with IntelliSense support in VS Code or PyCharm. Typical workflows include generating leaderboard snapshots, running banner-stat simulations, enriching Twitch overlays with real-time builds, or feeding PostgreSQL warehouses for meta-analysis of DPS efficiency across patch cycles. Because the model tracks every official field—ranging from basic nickname strings to nested trace trees—it also acts as living documentation for researchers who want to reverse-engineer gacha trends without wrestling with undocumented API quirks. The entire codebase is MIT-licensed, published to PyPI, and kept in lock-step with game updates through automated CI that monitors the upstream API for new properties, ensuring downstream dashboards stay breakage-free. MetaCubeX software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always pull the latest upstream release, and can be installed in batch alongside other applications.

Mihomo

A simple python pydantic model (type hint and autocompletion support) for Honkai: Star Rail parsed data from the Mihomo API.

Details